home *** CD-ROM | disk | FTP | other *** search
- #
- # Zustands-▄berwachungs-Script
- # State Watch Script
- #
- # ZERST╓RBARES STATIC AMBIENT
- #
- # created: 17-Dec-2001 Bernd
- #
- # (C) COPYRIGHT 2001 RADONLABS GMBH
- #
-
- # --------------------------------------------------------
- # Rumliegendes Geruempel- das man auch
- # kapputtmachen kann.
- # --------------------------------------------------------
- proc staticambientwatch_destructible_normal {} {
- if {[.iskilled] == "true"} {
- .announcestate explode
- }
- }
-
- proc staticambientwatch_destructible_house {} {
- if {[.iskilled] == "true"} {
- .announcestate explode
- }
- }
-
-
- proc staticambientwatch_destructible_explode {} {
- if {[.isanimfinished] == "true"} {
- .setremoveable true
- }
- }
-
-
- proc staticambientwatch_destructible_cinematic {} {
- }
-